Namespaces

Types in FluentNHibernate.Mapping

Type OneToManyPart<TChild>

Namespace FluentNHibernate.Mapping

Parent ToManyBase<T, TChild, TRelationshipAttributes>

Methods

Properties

Public instance methods

OneToManyPart<TChild> ForeignKeyConstraintName(string foreignKeyName)

Specify a foreign key constraint
Parameters
string foreignKeyName

Constraint name

OneToManyPart<TChild> KeyNullable()

Specify that the key is nullable

OneToManyPart<TChild> KeyUpdate()

Specify that the key is updatable

Public properties

AccessStrategyBuilder<T> Access get;

CacheBuilder Cache get;

CollectionCascadeExpression<TParent> Cascade get;

Specify the cascade behaviour

FetchTypeExpression<TParent> Fetch get;

ColumnMappingCollection<TParent> KeyColumns get;

Modify the key columns collection

OneToManyPart<TChild> Not get;

NotFoundExpression<TParent> NotFound get;

Specifies the behaviour for if this collection is not found

OptimisticLockBuilder<TParent> OptimisticLock get;